var net/http.http2bufPools
6 uses
net/http (current package)
h2_bundle.go#L9136: var http2bufPools [7]sync.Pool // of *[]byte
h2_bundle.go#L9145: if index >= len(http2bufPools) {
h2_bundle.go#L9146: return len(http2bufPools) - 1
h2_bundle.go#L9168: if bp, ok := http2bufPools[index].Get().(*[]byte); ok && len(*bp) >= scratchLen {
h2_bundle.go#L9169: defer http2bufPools[index].Put(bp)
h2_bundle.go#L9173: defer http2bufPools[index].Put(&buf)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)